html,
body {
	font-size: 16px;
	font-family: "Microsoft YaHei UI";
	color: #333;
	line-height: 24px;
	min-width: 1200px;
	margin: 0;
	padding: 0;
}

div,
dl,
dt,
dd,
ul,
ol,
li,
p,
h1,
h2,
h3,
img {
	list-style: none;
	padding: 0;
	margin: 0;
	border: none;
	font-weight: normal;
}

a {
	text-decoration: none;
	color: #333;
}

a:hover {
	color: #d81f1c;
}

.clear_both:after {
	content: " ";
	clear: both;
	display: block;
	overflow: hidden;
}

.main1200{
	width: 1200px;
	margin: 0 auto;
}



.logo_row{
	height: 144px;
	display: flex;
	justify-content: space-between;
}
.logo_left{
	padding-top: 33px;
}

.search_row{
	width: 200px;
	height: 34px;
	border: 1px solid #ddd;
	border-radius: 17px;
	margin-top: 72px;
	overflow: hidden;
}
.search_row form{
	display: flex;
	justify-content: space-between;
}
.search_row input.search_left{
	width: 168px;
	height: 32px;
	border: 0;
	outline: none;
	padding: 0 15px;
	box-sizing: border-box;
	font-size: 14px;
	color: #757575;
}
.search_row input.search_right{
	width: 30px;
	border: 0;
	outline: none;
	background: url(../images/search-icon.jpg) left center no-repeat;
	cursor: pointer;
}


.nav_row{
	height: 60px;
	background-color: #d81f1c;
}
.nav_in{
	display: flex;
	justify-content: space-around;
	font-size: 18px;
	line-height: 60px;
}
.nav_in a{
	color: #fff;
	padding: 0 16px;
}
.nav_in a:hover{
	background-color: #ab0b0a;
}
.nav_in a.on{
	background-color: #ab0b0a;
}


.focus_row{
	margin-top: 46px;
	height: 450px;
	background: url(../images/focus-bg.jpg) center no-repeat;
}
.focus_in{
	width: 1200px;
	display: flex;
}
.focus_in .bd div{
	width: 830px;
	height: 450px;
}
.focus_in .bd div img{
	width: 830px;
	height: 450px;
}
.focus_in .hd{
	width: 370px;
	height: 450px; 
	background-color: #132130;
}
.focus_in .hd ul{
	padding-top: 70px;
}
.focus_in .hd ul li{
	height: 70px;
	padding: 0 30px 0 40px;
}
.focus_in .hd ul li p{
	font-size: 16px;
	color: #fff;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	padding-top: 8px;
}
.focus_in .hd ul li span{
	display: none;
	width: 100%;
	font-size: 14px;
	line-height: 22px;
	max-height: 44px;
	margin-top: 10px;
	color: #fff;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.focus_in .hd ul li.on{
	height: 94px;
	margin-bottom: 20px;
	filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#d81f1c',endColorStr='#44212b',gradientType='1');
	background: -moz-linear-gradient(left, #d81f1c, #44212b);
	background: -o-linear-gradient(left,#d81f1c, #44212b);
	background: -webkit-gradient(linear, 0% 0%, 100% 0%, from(#d81f1c), to(#44212b))
}
.focus_in .hd ul li.on p{
	font-size: 18px;
	font-weight: bold;
}
.focus_in .hd ul li.on span{
	display: -webkit-box;
}


.xctt_row{
	padding-top: 40px;
}
.xctt_title{
	display: flex;
	justify-content: space-between;
}
.xctt_title p{
	font-size: 20px;
	font-weight: bold;
	background: url(../images/xctt-title.jpg) left top no-repeat;
	padding: 12px 0 0 50px;
}
.xctt_title a{
	font-size: 14px;
	color: #999;
	margin-top: 6px;
}
.xctt_title a:hover{
	color: #d81f1c;
}

.headline{
	padding-top: 10px;
}
.headline h1{
	font-size: 38px;
	font-weight: bold;
	line-height: 40px;
	text-align: center;
}
.headline h1 a{
	color: #d81f1c;
}
.headline p{
	font-size: 14px;
	line-height: 26px;
	text-indent: 2em;
	color: #555;
	padding: 12px 0 20px;
	text-align: justify;
	border-bottom: 1px solid #e5e5e5;
}
.headline p a{
	color: #d81f1c;
}
.headline p a:hover{
	text-decoration: underline;
}

.xctt_bottom{
	display: flex;
	justify-content: space-between;
	padding-top: 15px;
}
.xctt_bottom ul{
	width: 550px;
	line-height: 36px;
	font-size: 16px;
}
.xctt_bottom ul a{
	display: flex;
	justify-content: space-between;
}
.xctt_bottom ul a p{
	display: flex;
	align-items: center;
	width: 420px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.xctt_bottom ul a p i{
	display: block;
	width: 5px;
	height: 5px;
	background-color: #bababa;
	border-radius: 50%;
	margin-right: 10px;
}
.xctt_bottom ul a span{
	color: #999;
}


.xcfx_row{
	padding-top: 30px;
}
.xcfx_more{
	text-align: right;
}
.xcfx_more a{
	font-size: 14px;
	color: #999;
}
.xcfx_more a:hover{
	color: #d81f1c;
}

.xcfx_in{
    height: 190px;
    margin: 10px 0 0;
	display: flex;
}
.xcfx_bt{
    width: 50px;
    height: 190px;
    background: #d81f1c;
    color: #fff;
    font-size: 24px;
}
.xcfx_bt strong{
    display: block;
    width: 40px;
    line-height: 26px;
    margin: 40px 0 0 14px;
}

.xcfx_nr{
    width: 1150px;
    height: 190px;
    position: relative;
	background-color: #f2f2f2;
}
.xcfx_nr .hd .prev,
.xcfx_nr .hd .next{
    display:block;
    width:15px;
    height:29px;
    cursor:pointer;
    position: absolute;
    top: 78px;
}
.xcfx_nr .hd .prev{
    background: url("../images/arrow_l.png") no-repeat;
    left: 16px;
}
.xcfx_nr .hd .next{
    background: url("../images/arrow_r.png") no-repeat;
    right: 16px;
}
.xcfx_nr .bd{
    width: 1020px;
    float: left;
    overflow: hidden;
    margin: 22px 0 0 66px;
}
.xcfx_nr .bd ul{
    overflow: hidden;
    zoom: 1;
}
.xcfx_nr .bd ul li{
    width: 234px;
    margin: 0 28px 0 0;
    float: left;
    _display: inline;
    overflow: hidden;
    text-align: center;
}
.xcfx_nr .bd ul li img{
    width: 234px;
    height: 118px;
    display: block;
}
.xcfx_nr .bd ul li p{
    font-size: 14px;
    line-height: 18px;
    margin-top: 6px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}


.xcdt_row{
	display: flex;
	justify-content: space-between;
}
.xcdt_left{
	width: 896px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.xcdt_in{
	width: 426px;
}
.xcdt_title{
	border-bottom: 1px solid #e5e5e5;
	margin-top: 36px;
	display: flex;
	justify-content: space-between;
}
.xcdt_title b{
	font-size: 20px;
	border-bottom: 3px solid #d81f1c;
	padding-bottom: 4px;
}
.xcdt_title a{
	font-size: 14px;
	color: #999;
	margin-top: 2px;
}
.xcdt_title a:hover{
	color: #d81f1c;
}
.xcdt_img{
	height: 144px;
	background-color: #f2f2f2;
	margin-top: 30px;
}
.xcdt_img a{
	display: flex;
}
.xcdt_img a img{
	width: 256px;
	height: 144px;
}
.xcdt_img b{
	padding: 16px 10px 0;
	font-size: 16px;
	line-height: 28px;
}
.xcdt_in ul{
	line-height: 36px;
	font-size: 16px;
	margin-top: 10px;
}
.xcdt_in ul a{
	display: flex;
	align-items: center;
}
.xcdt_in ul a i{
	display: block;
	width: 5px;
	height: 5px;
	background-color: #bababa;
	border-radius: 50%;
	margin-right: 10px;
}
.xcdt_in ul a p{
	width: calc(100% - 15px);
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}


.jjxc_row{
	width: 260px;
}
.jjxc_title{
	margin-top: 32px;
	display: flex;
	justify-content: space-between;
}
.jjxc_title p{
	font-size: 20px;
	font-weight: bold;
	background: url(../images/jjxc-title.jpg) left top no-repeat;
	padding: 3px 0 0 50px;
	color: #d81f1c;
}
.jjxc_title a{
	font-size: 14px;
	color: #999;
	margin-top: 7px;
}
.jjxc_title a:hover{
	color: #d81f1c;
}

.jjxc_row ul{
	padding-top: 14px;
}
.jjxc_row ul li{
	margin-top: 20px;
	height: 225px;
	background-color: #f5f5f5;
}
.jjxc_row ul li img{
	width: 260px;
	height: 186px;
}
.jjxc_row ul li p{
	text-align: center;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}


.xglj_footer{
	background-color: #f9fafa;
	border-top: 1px solid #d9d9d9;
	margin-top: 40px;
}
.xglj_title{
	font-size: 16px;
	font-weight: bold;
	padding-top: 20px;
}
.xglj_row{
	display: flex;
	justify-content: space-between;
	padding-top: 20px;
}
.xglj_font{
	width: 232px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	border: 1px solid #d9d9d9;
	background-color: #fff;
	box-sizing: border-box;
}
.xglj_row select{
	width: 232px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	border: 1px solid #d9d9d9;
	background-color: #fff;
	outline: none;
}























